home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 March
/
PCWorld_2008-03_cd.bin
/
temacd
/
outpostfirewall
/
OutpostProInstall64.exe
/
{code_GetDest}
/
SandBox64.inf
< prev
next >
Wrap
Windows Setup INFormation
|
2007-11-16
|
2KB
|
74 lines
;Copyright (c) 2005-2007 Agnitum Ltd. All rights Reserved
[Version]
Signature = "$Windows NT$"
Class = "SecurityEnhancer" ;This is determined by the work this filter driver does
ClassGuid = {d02bc3da-0c8e-4945-9bd5-f1883c226c8c} ;Class = SecurityEnhancer
Provider = %MfgName%
CatalogFile = %ImageName%.cat ; Catalog files are supplied by the Microsoft Windows Hardware Quality Lab (WHQL)
[DestinationDirs]
DefaultDestDir = 12
DriverFiles = 12 ;%windir%\system32\drivers
[SourceDisksNames]
1 = %Disk1%
[SourceDisksFiles]
%ImageName%.sys = 1
;; Default install sections
[DefaultInstall]
OptionDesc = %ServiceDesc%
CopyFiles = DriverFiles
[DefaultInstall.Services]
AddService = %ServiceName%,,Service
;; Default uninstall sections
[DefaultUninstall]
DelFiles = DriverFiles
[DefaultUninstall.Services]
DelService = %ServiceName%,0x200 ; Flags note to stop service first
[Service]
DisplayName = %ServiceName%
Description = %ServiceDesc%
ServiceBinary = %12%\%ImageName%.sys ;%windir%\system32\drivers\SandBox64.sys
ServiceType = 2 ; SERVICE_FILE_SYSTEM_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
;StartType = 0 ; SERVICE_BOOT_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
LoadOrderGroup = "FSFilter Security Enhancer"
AddReg = AddRegistry
;; Registry Modifications
[AddRegistry]
HKR,"Instances","DefaultInstance",0x00000000,%DefaultInstance%
HKR,"Instances\"%Instance1.Name%,"Altitude",0x00000000,%Instance1.Altitude%
HKR,"Instances\"%Instance1.Name%,"Flags",0x00010001,%Instance1.Flags%
HKR,Parameters,ConfigPath,,"\SystemRoot\System32\"
;;HKR,Parameters,VdbPath,,"\SystemRoot\System32\Filt\vdb9.xml"
HKR,Parameters,VdbPath,,"\SystemRoot\System32\Filt\vdb.xml"
HKR,Parameters,QuarantinePath,,"\SystemRoot\System32\Filt\qua"
HKR,Parameters,TempPath,,"\SystemRoot\System32\Filt\tmp"
HKR,Parameters,ASWdbPath,,"\SystemRoot\System32\Filt\spy6_main.sdb"
;; Copy Files
[DriverFiles]
%ImageName%.sys
;; String Section
[Strings]
MfgName = "Agnitum, Ltd."
ServiceName = "SandBox"
ServiceDesc = "Agnitum Host Protection Component"
ImageName = "SandBox64"
Disk1 = "SandBox Source Media"
;Instances specific information.
DefaultInstance = "Top Instance"
Instance1.Name = "Top Instance"
Instance1.Altitude = "385000"
Instance1.Flags = 0x0